include: fix build without C++ compiler installed
authorJan Beulich <JBeulich@suse.com>
Fri, 12 May 2017 06:52:54 +0000 (00:52 -0600)
committerWei Liu <wei.liu2@citrix.com>
Tue, 16 May 2017 11:40:21 +0000 (12:40 +0100)
commitb231884da805d21156163d3ea2ef4de2e9f65fb0
treef291eddcdba2da702ceb0c0bc92e64f6d0ee23cb
parent36a049ff465f21c38f09e6e5e175c8311407f44c
include: fix build without C++ compiler installed

The rule for headers++.chk wants to move headers++.chk.new to the
designated target, which means we have to create that file in the first
place.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Julien Grall <julien.grall@arm.com>
xen/include/Makefile